home *** CD-ROM | disk | FTP | other *** search
/ Washington DC Interactive / Washington DC Interactive CD-ROM.iso / pc / Media / vidlib.dxr / 00025_qt.ls < prev    next >
Encoding:
Text File  |  2000-10-09  |  512 b   |  20 lines

  1. on mouseDown
  2.   set btn to the clickOn
  3.   puppetSprite(btn, 1)
  4.   set the memberNum of sprite btn to 26
  5.   set the loc of sprite btn to point(213, 455)
  6.   updateStage()
  7.   repeat while the stillDown
  8.     updateStage()
  9.   end repeat
  10.   updateStage()
  11.   puppetSprite(btn, 0)
  12.   if the machineType = 256 then
  13.     mappLaunch(the moviePath & "QuickTimeInstaller Folder\QuickTimeInstaller", EMPTY)
  14.     go("quit")
  15.   else
  16.     mappLaunch(the moviePath & "QuickTime Installer:QuickTime Installer", EMPTY)
  17.     go("quit")
  18.   end if
  19. end
  20.